Select Emacs window mouse is on, and set mark at mouse position.
Display cursor at that position for a second." (byte-code "Ä! `ÅÆ!ÇÂÃ\"ÈÉ!))" [arg point-save nil t amiga-mouse-select ((byte-code "b" [point-save] 1)) amiga-mouse-set-point push-mark sit-for 1] 5))
(defun amiga-mouse-cut (arg) "\
Select Emacs window mouse is on, and set mark at mouse position.
Display cursor at that position for a second. Then cut." (byte-code "Ä! `ÅÆ!ÇÂÃ\"È `\"ÉÊ!))" [arg point-save nil t amiga-mouse-select ((byte-code "b" [point-save] 1)) amiga-mouse-set-point push-mark kill-region sit-for 1] 6))
(defun amiga-mouse-copy (arg) "\
Select Emacs window mouse is on, and set mark at mouse position.
Display cursor at that position for a second. Then copy." (byte-code "Ä! `ÅÆ!ÇÂÃ\"È `\"ÉÊ!))" [arg point-save nil t amiga-mouse-select ((byte-code "b" [point-save] 1)) amiga-mouse-set-point push-mark copy-region-as-kill sit-for 1] 6))
(defun amiga-mouse-paste (arg) "\
Move point to mouse position (and select window), then paste." (byte-code "Á! Â!Ã " [arg amiga-mouse-select amiga-mouse-set-point yank] 4))